sgRawByteString
Unit: sgConsts
Description
The sgRawByteString type represents a common string (AnsiString) in Delphi versions older than 2009. In Delphi 2009 it equal to RawByteString - string that doesn't depend on coding.
Syntax
sgRawByteString = {$IFDEF SGDEL_2009} RawByteString {$ELSE} AnsiString {$ENDIF} ;